local UI_CH = {
	UI_BGI_Options_Title = "Better Generator Info",
	UI_BGI_Options_ReqLevel = "Required Electricity Level",
	UI_BGI_Options_ReqLevel_Tooltip = "The minimum Electricity skill level required to see generator run time.",
	UI_BGI_Options_Convert = "Convert to Real Time",
	UI_BGI_Options_Convert_Tooltip = "Show the estimated run time in real-time hours and minutes, adjusted for the day length.",
	UI_BGI_Options_ShowGauge = "Show Fuel Gauge",
	UI_BGI_Options_ShowGauge_Tooltip = "Draw a compact fuel bar in the Generator Info window.",
	UI_BGI_Fuel_Hover = "Fuel %1% • %2L • ~%3h remaining",
	UI_BGI_Fuel_HoverSimple = "Fuel %1%",
	UI_BGI_Fuel_HoverLiters = "Fuel %1% • %2L",
	UI_BGI_Fuel_HoverHours = "Fuel %1% • ~%2h remaining",
	UI_BGI_Options_EnableOverlay = "Enable Power Range Overlay",
	UI_BGI_Options_EnableOverlay_Tooltip = "Show generator range rings and the power union outline.",
	UI_BGI_ShowAllPowered_Short = "All",
	UI_BGI_ShowAllPowered_Tooltip = "Outline tiles powered by all nearby active generators.",
	UI_BGI_ShowThis_Short = "This",
	UI_BGI_ShowThis_Tooltip = "Outline tiles powered by this generator",
	UI_BGI_Options_GeneratorOverlayColor = "Generator Range Color",
	UI_BGI_Options_GeneratorOverlayColor_Tooltip = "Color used for the active generator’s range (linked to the open Info Window).",
	UI_BGI_Options_UnionOverlayColor = "All Power Range Color",
	UI_BGI_Options_UnionOverlayColor_Tooltip = "Color used for the combined power range of all active generators.",
}
